home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / Excel / Sheet.jar / sheet / SheetShow$9.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-09-03  |  691 b   |  24 lines

  1. package sheet;
  2.  
  3. import javax.microedition.lcdui.Command;
  4. import javax.microedition.lcdui.CommandListener;
  5. import javax.microedition.lcdui.Displayable;
  6. import javax.microedition.lcdui.List;
  7.  
  8. class SheetShow$9 implements CommandListener {
  9.    private final SheetShow val$sheet;
  10.    private final short val$menuIdx;
  11.    private final SheetShow this$0;
  12.  
  13.    SheetShow$9(SheetShow var1, SheetShow var2, short var3) {
  14.       this.this$0 = var1;
  15.       this.val$sheet = var2;
  16.       this.val$menuIdx = var3;
  17.    }
  18.  
  19.    public void commandAction(Command var1, Displayable var2) {
  20.       short var3 = (short)((List)var2).getSelectedIndex();
  21.       this.val$sheet.menuAction(this.val$menuIdx, var3);
  22.    }
  23. }
  24.